home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / scim-gtk2-immodule.postinst < prev    next >
Encoding:
Text File  |  2007-03-05  |  388 b   |  23 lines

  1. #!/bin/sh
  2. # postinst script for scim-gtk2-immodule
  3. # see: dh_installdeb(1)
  4.  
  5. set -e
  6.  
  7. if [ "$1" = "configure" ]; then
  8.     /usr/sbin/update-gtk-immodules
  9. fi
  10.  
  11. # dh_installdeb will replace this with shell code automatically
  12. # generated by other debhelper scripts.
  13.  
  14. # Automatically added by dh_makeshlibs
  15. if [ "$1" = "configure" ]; then
  16.     ldconfig
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. exit 0
  22.  
  23.